'Declaration
Public Overloads Function Invoke( _ ByVal method As System.Delegate, _ ByVal ParamArray args() As System.Object _ ) As System.Object
'Usage
Dim instance As WorkbookDesigner Dim method As System.Delegate Dim args() As System.Object Dim value As System.Object value = instance.Invoke(method, args)
Parameters
- method
- args